home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 21 / AMIGAplus Sonderheft 21 (1999)(ICP)(DE)[!].iso / PublicDomain / Anwendungen / fvc / FVC.docs < prev    next >
Text File  |  1999-08-23  |  5KB  |  113 lines

  1.  
  2.     File Viewer Companion 1.2  By Mark Naughton 07/05/1999                 
  3.  
  4.  
  5.    Instructions
  6.  
  7.         FVC is a simple to use interface to other file viewers which may not
  8.    provide the functions that you need. FVC tries to address these by allowing
  9.    you to view any file as ASCII or as Hexadecimal. Another more powerful
  10.    option is Extract (and Exclude). With this, you can filter out text that
  11.    you don't want to see, and text that you want to see. This way, a large
  12.    text file can be cut down to just a few lines that you are interested in.
  13.  
  14.    To install:  Just copy to 'C:' or another appropriate directory!
  15.  
  16.  
  17.    Current Version
  18.  
  19.          -  Fixed bugs in font code and argument handling.
  20.          -  Shortcuts.
  21.          -  Improved search method.
  22.          -  General tidy up, panel changes.
  23.  
  24.  
  25.    Using The Companion
  26.  
  27.         This program is a breeze to use and I hope you think so as well. If
  28.    not, then let me know! All options apart from Delete have shortcuts.
  29.  
  30.  
  31.    Source : The file you want to browse.
  32.  
  33.    Work   : Name given to temporary working files by FVC. The default at
  34.             startup will always be "T:FVCWork". Temporary files will be
  35.             stored with this pathname with a sequence number appended as their
  36.             extenstion. These files are not deleted when the program is
  37.             quit. This path is not expanded.
  38.  
  39.    Viewer : Either select from a file requester or type the name of your
  40.             favorite file viewer. Return will expand the pathname. When the
  41.             program is quit (using ESCAPE or the close gadget), it will save
  42.             the file viewer name and path in ENV: and ENVARC:. This is then
  43.             read next time the program is started.
  44.  
  45.    Hex    : When a file is selected, it is checked for ascii characters. If
  46.             it is not ascii, then this gadget will be check marked. You can
  47.             turn this on for ascii text files to find those escape codes or
  48.             just to use your file viewer as a hex dump viewer.
  49.  
  50.    Skip   : Turning this on will display status lines between the extracted
  51.             lines of data. It shows the line number and the number ignored.
  52.  
  53.  
  54.    Extract and Delete : These options allow you to filter out the rubbish from
  55.                         the necessary in those large text or Hex files. Click
  56.                         Extract will allow you to enter a string. This will be
  57.                         compared to each line and those matching lines will
  58.                         appear in the file viewer. General pattern matching
  59.                         really. You can select the arguments by using the Up/Down
  60.                         cursors then pressing RETURN to edit or delete.
  61.  
  62.                         By typing '-/' before the string will exclude all lines
  63.                         that contain this data. Each entry will appear in the
  64.                         listview and by clicking on one, you can edit it and
  65.                         press Return to update the list or Delete to well, delete
  66.                         it.
  67.  
  68.    View Output        : This will load up your favorite file viewer and display
  69.                         your results.
  70.  
  71.    Information        : Gives program and if specified, file information.
  72.  
  73.  
  74.  
  75.    Search & Extract Method
  76.  
  77.         When extracting or excluding data from files, its nice to know what
  78.    will be picked up or what will be ignored. Here's the run-down :
  79.  
  80.             Extract : When a line is checked, if any of the 'Extract' arguments
  81.                       find a match then the line will be extracted but this
  82.                       depends on Exclude...
  83.  
  84.             Exclude : If any of the 'Exclude' arguments are found in the line
  85.                       regardless of whether the line has been marked for
  86.                       extraction by Extract, the line/data will be discarded.
  87.  
  88.  
  89.  
  90.    New Ideas???
  91.  
  92.         Come on people, if you use this program at all, then you must have
  93.    some ideas on how to improve it, how to expand on its features, etc.
  94.    If you have an idea, send me a mail, no matter how insane you think it is.
  95.  
  96.    Future plans include an AREXX port allowing the functions of FVC to be
  97.    shared in scripts and by other programs.
  98.  
  99.  
  100.  
  101.     Send to me at:  mark@blue-shantung.demon.co.uk
  102.  
  103.  
  104.  
  105.    Credits
  106.  
  107.     File Viewer Companion was written using SAS/C v6.58 by Mark Naughton,
  108.    with the interface being designed using GadToolsBox 2.
  109.  
  110.     GadToolsBox 2 and the GetFile image/code is by Jan van den Baard.
  111.     (C) Copyright 1992-1993 Jaba Development.
  112.  
  113.